Buffer<T>.SubSlice Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: Buffer<T>
Returns a range within this buffer as a Slice<T>
public Slice<T> SubSlice(int start, int length);
Parameters
| int start | Start offset of the slice |
| int length | Length of the slice |
Returns
| Slice<T> | A slice for the specified sub-range |
